home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00155_Script_menu < prev    next >
Text File  |  1999-05-31  |  744b  |  22 lines

  1. on mouseUp
  2.   if the doubleclick then
  3.     dontpass event
  4.   else
  5.     --  menu
  6.     global name, cspname,cspchannel
  7.     
  8.     set the membernum of sprite  cspchannel to the number of member cspname of castlib "eb.cst"
  9.     set name to the name of member(the member of sprite the clickon) of castlib "eb.cst"
  10.     set rr to "r"& name
  11.     set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"
  12.     updatestage
  13.     global gloson
  14.     if (gloson=1) or (the visible of window "gloss") then
  15.       set yy to chars(cspname,1,1)
  16.       set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
  17.       endNewMovie
  18.     end if
  19.     sound stop 2
  20.     go to movie "e0000"
  21.     end if
  22. end